-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DO NOT MERGE: Cameroon customisations #5756
Closed
Closed
+2,923
−1,192
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
practitioner also has this value in their PractitionerRole object
…to release-v1.4.0-cameroon
Implement mandatory 'Status' (title) for all users
…other or father as informant
…to release-v1.4.0-cameroon
…ed (#5619) * only rerender selects when relevant values are being changed * add a memoization to FormFieldGenerator
* only rerender selects when relevant values are being changed * add a memoization to FormFieldGenerator * Cameroon update record audit birth and death (#5621) * [cameroon] only rerender selects when relevant values are being changed (#5619) * only rerender selects when relevant values are being changed * add a memoization to FormFieldGenerator * Record audit : Place of birth doesn't show in birth declaration * Record audit : Place of death doesn't show in death declaration * Record audit : fix buil --------- Co-authored-by: Pyry Rouvila <pyry.rouvila@gmail.com> --------- Co-authored-by: naftis <pyry.rouvila@gmail.com> Co-authored-by: Ronald Steve Ndi <wilrona@gmail.com>
* only rerender selects when relevant values are being changed * add a memoization to FormFieldGenerator * Cameroon update record audit birth and death (#5621) * [cameroon] only rerender selects when relevant values are being changed (#5619) * only rerender selects when relevant values are being changed * add a memoization to FormFieldGenerator * Record audit : Place of birth doesn't show in birth declaration * Record audit : Place of death doesn't show in death declaration * Record audit : fix buil --------- Co-authored-by: Pyry Rouvila <pyry.rouvila@gmail.com> * BT-032 : Reference Document field. Supporting text is too big --------- Co-authored-by: naftis <pyry.rouvila@gmail.com>
… names are not centered in relation to the titles. (#5636)
…quest this was causing an alert getTokenPayload: Error occurred during token decode : InvalidTokenError: Invalid token specified: Cannot read properties of undefined (reading 'replace')
…e form. (#5644) * GN-034 : French translation of the nationalities must be in the feminine form. So, instead of Camerounais, we should have Camerounaise. * GN-034 : Fix plainInputTransformerSection
…(add Proof of husband's head of family ID, Proof of wife's head of family ID, Proof of husband's witness ID, Proof of wife's witness ID) (#5664) Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
* GN-037: show only declared certification by registrar in Ready to review * Fix build : OfficeHome related tests > should load data > renders page with five tabs * Fix build : OfficeHome related tests > should load data > renders tabs with count * Fix build : OfficeHome related tests > should load data > renders tabs with count * Fix build : OfficeHome related tests > should load data > renders tabs with count --------- Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
…l certificate (#5685) Co-authored-by: Tahmid Rahman <42269993+tahmidrahman-dsi@users.noreply.github.com>
…the record was validated AND not the date the record was printed. (#5713)
* BT-042:Date of last foetal death doesn’t show any error message when year isn’t provided. * BT-042: Update validator isValidDate --------- Co-authored-by: Tahmid Rahman <42269993+tahmidrahman-dsi@users.noreply.github.com>
* MR-033 : The length of Husband and Wife name is limited to 33 characters. Sometimes we have citizen with very long name to record. We have to extend this length. * MR-033 : remove unused import * GN-046 :Change sentry environment in client so that it reports the current domain (window.location.host), not NODE_ENV * Update packages/client/src/index.tsx Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com> --------- Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
rikukissa
commented
Aug 9, 2023
@@ -49,6 +49,7 @@ interface IBaseProps { | |||
disabled?: boolean | |||
onChangeLocation: (locationId: string) => void | |||
requiredJurisdictionTypes?: string | |||
fuzzy?: boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes location searches (for offices, hospitals) fuzzy.
Code can be cherry-picked from this commit:
7f0f4f2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.